Vcenter EnvironmentBrowser ConfigTargets GetParams
The Vcenter EnvironmentBrowser ConfigTargets GetParams schema specifies the parameters for the GET /vcenter/environment-browser/config-targets operation, such as which clusters to query.
This schema was added in vSphere API 8.0.2.00300.
{
"clusters": [
"string"
],
"filter": [
"string"
]
}
A set of Cluster IDs that specify for which Clusters the configuration target is requested.
This property was added in vSphere API 8.0.2.00300.
if missing or null
or empty an error will be returned. Ability to pass unset value is left for future expansion.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: ClusterComputeResource
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: ClusterComputeResource
.
Specify a filter to narrow the results.
For more information see: Vcenter EnvironmentBrowser ConfigTargets ConfigTargetSpec.
This property was added in vSphere API 8.0.2.00300.
if missing or null
or empty, all information for a given config target is returned.